用vim编辑器时出现提示: Taglist not found

Problem:

用vim编辑器时出现提示:

Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.

Reason:

taglist plugin不能找到ctags 程序

Try:

1.删除.vim文件夹下的相关文件:plugin/taglist.vim和doc/taglist.txt

2.安装ctags

yum install ctags

(推荐使用第二个方法)